Blazor コントロール
CanSort<T>(IDataCollection<T>,String) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > CanSort メソッド : CanSort<T>(IDataCollection<T>,String) メソッド
The data collection.
The path of the data item to which the sort would be applied.
Returns true if the data collection supports sorting.
シンタックス
'宣言
 
Public Overloads Shared Function CanSort(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal sortPath As System.String _
) As System.Boolean
public static System.bool CanSort<T>( 
   IDataCollection<T> dataCollection,
   System.string sortPath
)
where T: class

パラメータ

dataCollection
The data collection.
sortPath
The path of the data item to which the sort would be applied.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧